Set Log Level
Command Prototype
Log.SetLevel(iLevel)
Command Description
Set a level, and only logs with a higher level are required to output
Parameter Description
- Required Parameter
- iLevel--Integer type, can be 0 to 3 for errors, warnings, general information and debugging information. When set to 0, only output errors; when set to 1, output errors and warnings; when set to 2, output general information, errors and warnings; when set to 3, the debugging information output by TracePrint will be output to the log in addition to general information, errors and warnings